Mining Frequent Itemsets with Apriori and PCY Algorithms

Uncovering customer purchasing patterns through market basket analysis with Python.

Project Overview

This project applies the Apriori and PCY algorithms to identify frequent itemsets and generate association rules for market basket analysis. Using the Kaggle Groceries Dataset, customer purchasing behaviors are explored to provide actionable insights.

Objectives

Key Outcomes

Tools and Libraries

View the Code

Click the link below to view the full code and documentation for this project on GitHub:

View on GitHub